[INFO] cloning repository https://github.com/jpx40/int_cast
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jpx40/int_cast" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpx40%2Fint_cast", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpx40%2Fint_cast'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 94a59b2eff694ac417ce403c5bb561f044fd409b
[INFO] fixing jpx40/int_cast against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjpx40%2Fint_cast" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jpx40/int_cast
[INFO] finished tweaking git repo https://github.com/jpx40/int_cast
[INFO] tweaked toml for git repo https://github.com/jpx40/int_cast written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jpx40/int_cast on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jpx40/int_cast already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3ca604dc2a14ea25851f1af30ceeaa517b4a12954dd1369639b142d3db05e4e5
[INFO] running `Command { std: "docker" "start" "3ca604dc2a14ea25851f1af30ceeaa517b4a12954dd1369639b142d3db05e4e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3ca604dc2a14ea25851f1af30ceeaa517b4a12954dd1369639b142d3db05e4e5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3ca604dc2a14ea25851f1af30ceeaa517b4a12954dd1369639b142d3db05e4e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3ca604dc2a14ea25851f1af30ceeaa517b4a12954dd1369639b142d3db05e4e5" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking int_cast v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0277]: the trait bound `i32: From<T>` is not satisfied
[INFO] [stdout]  --> src/lib.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 |       <T as Into<i32>>::into(i)
[INFO] [stdout]   |        ^ the trait `From<T>` is not implemented for `i32`
[INFO] [stdout]   |
[INFO] [stdout]   = note: required for `T` to implement `Into<i32>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]   |
[INFO] [stdout] 5 |  i32: TryFrom<T>, i32: From<T>
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i64: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 |       <T as Into<i64>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `i64`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<i64>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 12 |      i64: TryFrom<T>, i64: From<T>
[INFO] [stdout]    |                     ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i16: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 |       <T as Into<i16>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `i16`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<i16>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 19 |  i16: TryFrom<T>, i16: From<T>
[INFO] [stdout]    |                 ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `f32: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 28 |       <T as Into<f32>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `f32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<f32>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 26 |   f32: TryFrom<T>, f32: From<T>
[INFO] [stdout]    |                  ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `f64: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout] 35 |       <T as Into<f64>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `f64`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<f64>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 33 |  f64: TryFrom<T>, f64: From<T>
[INFO] [stdout]    |                 ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i128: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 42 |       <T as Into<i128>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `i128`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<i128>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 40 |    i128: TryFrom<T>, i128: From<T>
[INFO] [stdout]    |                    +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u128: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:49:8
[INFO] [stdout]    |
[INFO] [stdout] 49 |       <T as Into<u128>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u128`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u128>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 47 |  u128: TryFrom<T>, u128: From<T>
[INFO] [stdout]    |                  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u32: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 56 |       <T as Into<u32>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u32>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 53 | where     u32: TryFrom<T>, u32: From<T>
[INFO] [stdout]    |                            ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u16: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 |       <T as Into<u16>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u16`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u16>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 61 |     u16: TryFrom<T>, u16: From<T>
[INFO] [stdout]    |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u8: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 |       <T as Into<u8>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u8`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u8>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 67 |     u8: TryFrom<T>, u8: From<T>
[INFO] [stdout]    |                     +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u64: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 |       <T as Into<u64>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u64`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u64>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 81 |     u64: TryFrom<T>, u64: From<T>
[INFO] [stdout]    |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i32: From<T>` is not satisfied
[INFO] [stdout]  --> src/lib.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 |       <T as Into<i32>>::into(i)
[INFO] [stdout]   |        ^ the trait `From<T>` is not implemented for `i32`
[INFO] [stdout]   |
[INFO] [stdout]   = note: required for `T` to implement `Into<i32>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]   |
[INFO] [stdout] 5 |  i32: TryFrom<T>, i32: From<T>
[INFO] [stdout]   |                 ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i64: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 14 |       <T as Into<i64>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `i64`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<i64>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 12 |      i64: TryFrom<T>, i64: From<T>
[INFO] [stdout]    |                     ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i16: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:21:8
[INFO] [stdout]    |
[INFO] [stdout] 21 |       <T as Into<i16>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `i16`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<i16>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 19 |  i16: TryFrom<T>, i16: From<T>
[INFO] [stdout]    |                 ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `f32: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:28:8
[INFO] [stdout]    |
[INFO] [stdout] 28 |       <T as Into<f32>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `f32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<f32>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 26 |   f32: TryFrom<T>, f32: From<T>
[INFO] [stdout]    |                  ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `f64: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:35:8
[INFO] [stdout]    |
[INFO] [stdout] 35 |       <T as Into<f64>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `f64`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<f64>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 33 |  f64: TryFrom<T>, f64: From<T>
[INFO] [stdout]    |                 ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `i128: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:42:8
[INFO] [stdout]    |
[INFO] [stdout] 42 |       <T as Into<i128>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `i128`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<i128>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 40 |    i128: TryFrom<T>, i128: From<T>
[INFO] [stdout]    |                    +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u128: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:49:8
[INFO] [stdout]    |
[INFO] [stdout] 49 |       <T as Into<u128>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u128`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u128>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 47 |  u128: TryFrom<T>, u128: From<T>
[INFO] [stdout]    |                  +++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u32: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:56:8
[INFO] [stdout]    |
[INFO] [stdout] 56 |       <T as Into<u32>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u32`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u32>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 53 | where     u32: TryFrom<T>, u32: From<T>
[INFO] [stdout]    |                            ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u16: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:63:8
[INFO] [stdout]    |
[INFO] [stdout] 63 |       <T as Into<u16>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u16`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u16>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 61 |     u16: TryFrom<T>, u16: From<T>
[INFO] [stdout]    |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u8: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:69:8
[INFO] [stdout]    |
[INFO] [stdout] 69 |       <T as Into<u8>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u8`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u8>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 67 |     u8: TryFrom<T>, u8: From<T>
[INFO] [stdout]    |                     +++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `u64: From<T>` is not satisfied
[INFO] [stdout]   --> src/lib.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 |       <T as Into<u64>>::into(i)
[INFO] [stdout]    |        ^ the trait `From<T>` is not implemented for `u64`
[INFO] [stdout]    |
[INFO] [stdout]    = note: required for `T` to implement `Into<u64>`
[INFO] [stdout] help: consider extending the `where` clause, but there might be an alternative better way to express this requirement
[INFO] [stdout]    |
[INFO] [stdout] 81 |     u64: TryFrom<T>, u64: From<T>
[INFO] [stdout]    |                      ++++++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `int_cast` (lib test) due to 11 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `int_cast` (lib) due to 11 previous errors
[INFO] running `Command { std: "docker" "inspect" "3ca604dc2a14ea25851f1af30ceeaa517b4a12954dd1369639b142d3db05e4e5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3ca604dc2a14ea25851f1af30ceeaa517b4a12954dd1369639b142d3db05e4e5", kill_on_drop: false }`
[INFO] [stdout] 3ca604dc2a14ea25851f1af30ceeaa517b4a12954dd1369639b142d3db05e4e5
